[INFO] cloning repository https://github.com/devPav/redis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/devPav/redis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FdevPav%2Fredis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FdevPav%2Fredis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c623d7df40374e6fe565a8b8a2d72c6d7230d6df
[INFO] fixing devPav/redis against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FdevPav%2Fredis" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/devPav/redis
[INFO] finished tweaking git repo https://github.com/devPav/redis
[INFO] tweaked toml for git repo https://github.com/devPav/redis written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/devPav/redis on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/devPav/redis already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded combine v4.6.6
[INFO] [stderr]   Downloaded redis v0.25.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9
[INFO] running `Command { std: "docker" "start" "c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking combine v4.6.6
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking redis v0.25.2
[INFO] [stderr]     Checking redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `redis` (bin "redis") due to 2 previous errors; 3 warnings emitted
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/main.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | fn start_redis() -> redis::RedisResult<HashMap<String, usize>> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> src/main.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 |     redis::cmd("SET").arg("new_key").arg(42).query(&mut con)?;
[INFO] [stdout]    |                                              ^^^^^
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 12 ~     redis::cmd("SET").arg("new_key").arg(42).query::<()>(&mut con)?;
[INFO] [stdout] 13 |     dbg!(redis::cmd("GET").arg("new_key").query::<u8>(&mut con)?);
[INFO] [stdout] ...
[INFO] [stdout] 16 |     let list_val = vec![150_u8, 25];
[INFO] [stdout] 17 ~     con.set::<_, _, ()>(vec![55u8, 56], vec![1u8, 2])?;
[INFO] [stdout] 18 |     dbg!(con.get::<bool, Vec<u8>>(true));
[INFO] [stdout] 19 |
[INFO] [stdout] 20 ~     con.set::<_, _, ()>("my_key", vec![1u8, 2])?;
[INFO] [stdout] 21 ~     con.get::<_, ()>("my_key")?;
[INFO] [stdout] 22 |
[INFO] [stdout] 23 ~     con.hset::<_, _, _, ()>("0#preflop#1|2|3|4", "hands", 15_000_usize)?;
[INFO] [stdout] 24 ~     con.hset::<_, _, _, ()>("0#preflop#1|2|3|4", "winrate", 15_usize)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `list_key`
[INFO] [stdout]   --> src/main.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let list_key = vec![String::from("Hand good"), String::from("Board dry")];
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_val`
[INFO] [stdout]   --> src/main.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let list_val = vec![150_u8, 25];
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     dbg!(con.get::<bool, Vec<u8>>(true));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let _ = dbg!(con.get::<bool, Vec<u8>>(true));
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/main.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | fn start_redis() -> redis::RedisResult<HashMap<String, usize>> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> src/main.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 |     redis::cmd("SET").arg("new_key").arg(42).query(&mut con)?;
[INFO] [stdout]    |                                              ^^^^^
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 12 ~     redis::cmd("SET").arg("new_key").arg(42).query::<()>(&mut con)?;
[INFO] [stdout] 13 |     dbg!(redis::cmd("GET").arg("new_key").query::<u8>(&mut con)?);
[INFO] [stdout] ...
[INFO] [stdout] 16 |     let list_val = vec![150_u8, 25];
[INFO] [stdout] 17 ~     con.set::<_, _, ()>(vec![55u8, 56], vec![1u8, 2])?;
[INFO] [stdout] 18 |     dbg!(con.get::<bool, Vec<u8>>(true));
[INFO] [stdout] 19 |
[INFO] [stdout] 20 ~     con.set::<_, _, ()>("my_key", vec![1u8, 2])?;
[INFO] [stdout] 21 ~     con.get::<_, ()>("my_key")?;
[INFO] [stdout] 22 |
[INFO] [stdout] 23 ~     con.hset::<_, _, _, ()>("0#preflop#1|2|3|4", "hands", 15_000_usize)?;
[INFO] [stdout] 24 ~     con.hset::<_, _, _, ()>("0#preflop#1|2|3|4", "winrate", 15_usize)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_key`
[INFO] [stdout]   --> src/main.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let list_key = vec![String::from("Hand good"), String::from("Board dry")];
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_val`
[INFO] [stdout]   --> src/main.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let list_val = vec![150_u8, 25];
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     dbg!(con.get::<bool, Vec<u8>>(true));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let _ = dbg!(con.get::<bool, Vec<u8>>(true));
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `redis` (bin "redis" test) due to 2 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9", kill_on_drop: false }`
[INFO] [stdout] c755fa6a4a73b5108a9f75277194a8a4946e2ad20e5f1ff2aee5edb5226366d9
